Back to Main Menu

Asset Configuration

Introduction

The Assetic REST API endpoints include API's for searching, creating, and updating assets. To support these API's there is also a set of asset configuration API's. The Asset Configuration API's return are used to get lookup values and asset configuration information required by the asset API's.

Asset Configuration API Endpoints

The following REST API endpoints are available for asset configuration:

  • GET /api/v2/assettype

    • Get a collection of asset type and asset subtype

  • GET /api/v2/assetclass

    • Get a collection of asset class and asset subclass

  • GET /api/v2/workgroup

    • Get a collection of work group

  • GET /api/v2/assetcategory

    • Get a collection of asset category

  • GET /api/v2/assetfinancialclass

    • Get a collection of financial class and financial subclass

  • GET /api/v2/assetcategory/criticality

    • Get a collection of asset criticality

  • GET /api/v2/assetcategory/{id}/criticality

    • Get a collection of asset criticality where {id} is the Id of the category, as returned by GET /api/v2/assetcategory

  • GET /api/v2/functionallocationtypes

    • Get a collection of Functional Location Types